home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / utils / rwall / atari2pc.bat next >
Encoding:
DOS Batch File  |  1989-07-27  |  300 b   |  12 lines

  1. echo off
  2. echo Put Atari ST disc into drive %1: & hit any key!
  3. pause > nul
  4. rwall r d:%1 | st2pc | rwall w d:%1
  5. if errorlevel 4 goto bad
  6. if errorlevel 3 goto bad
  7. if errorlevel 2 goto bad
  8. if errorlevel 1 goto bad
  9. echo If everything is OK, you should see directory of drive %1:.
  10. dir %1:
  11. :bad
  12.